Fetch, update, or delete a direct site event by ID.
HTTP: GET | PUT | DELETE /external-data/direct-sites/{id}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | integer | yes | Identifier from the pricestest.plalps table. | 3456 |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| datum | string | no | Timestamp of the capture. | 2025-09-26 12:00:00 |
| domain | string | no | Owning domain. | example-shop.cz |
| action | string | no | Recorded action. | restock |
| dataid | integer | no | Numeric data identifier. | 3456 |
| url | string | no | Source URL. | https://example-shop.cz/stock/notification |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/external-data/direct-sites/{id}"Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.